negotiator.tournament.VariablesAndValues
Class DBPasswordVariable

java.lang.Object
  extended by negotiator.tournament.VariablesAndValues.TournamentVariable
      extended by negotiator.tournament.VariablesAndValues.DBPasswordVariable
All Implemented Interfaces:
java.io.Serializable

public class DBPasswordVariable
extends TournamentVariable

Author:
Mark Hendrikx Stores the sessionname of the database.
See Also:
Serialized Form

Constructor Summary
DBPasswordVariable()
           
 
Method Summary
 void addValue(TournamentValue a)
          add given value to the array of values
 java.lang.String varToString()
          varToString converts the variable name into a string.
 
Methods inherited from class negotiator.tournament.VariablesAndValues.TournamentVariable
getValues, setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBPasswordVariable

public DBPasswordVariable()
Method Detail

addValue

public void addValue(TournamentValue a)
              throws java.lang.Exception
Description copied from class: TournamentVariable
add given value to the array of values

Specified by:
addValue in class TournamentVariable
Throws:
java.lang.Exception

varToString

public java.lang.String varToString()
Description copied from class: TournamentVariable
varToString converts the variable name into a string. It shound NOT convert the values, only the variable name and its parameters (eg AgentParam[tau])

Specified by:
varToString in class TournamentVariable